Fix a typo
authorMatthias Clasen <mclasen@redhat.com>
Mon, 25 Sep 2017 21:53:54 +0000 (17:53 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 25 Sep 2017 21:53:54 +0000 (17:53 -0400)
gdk/gdkvulkancontextprivate.h

index 592ad0237d6066a315edce143c5c2201ca87ee94..c7b987fd0e5b20636ece7b7d9365549145bfa79f 100644 (file)
@@ -81,7 +81,7 @@ gdk_display_ref_vulkan (GdkDisplay  *display,
   GDK_NOTE (VULKAN, g_print ("Support for Vulkan disabled at compile-time"));
 
   g_set_error_literal (error, GDK_VULKAN_ERROR, GDK_VULKAN_ERROR_UNSUPPORTED,
-                       "Vulkan support was not enabled at compie time.");
+                       "Vulkan support was not enabled at compile time.");
 
   return FALSE;
 }